syslog tail
Display the last entries of the syslog. If no number is included, the command displays the entire syslog.
User access
admin, pseoperator
Syntax
syslog tail -logname <logname> [-entries <logentries>] [-search <string>]
Argument(s) | Shortcut | Description |
---|---|---|
-entries <logentries> | -e | Specifies the number of entries to display. If this parameter is not specified, the entire log is displayed. Enter this keyword followed by the number of log entries you want to display. Range: 0-2147483647 |
-logname <logname> | -l | Species the name of the log you want to display. Enter this keyword followed by the log name. Valid values: - messages - secure |
-search <string> | -s | Search the log for the specified string. Enter this keyword followed by the string you want to find. |